GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager~AddPolygonAnnot / AddPolygonAnnot(Int32,Int32,PointF[]) Method





In This Topic
AddPolygonAnnot(Int32,Int32,PointF[]) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Function AddPolygonAnnot( _
   ByVal BorderColor As Integer, _
   ByVal BackColor As Integer, _
   ByVal Points() As PointF _
) As AnnotationPolygon
public AnnotationPolygon AddPolygonAnnot( 
   int BorderColor,
   int BackColor,
   PointF[] Points
)
public function AddPolygonAnnot( 
    BorderColor: Integer;
    BackColor: Integer;
    Points: PointFarray of
): AnnotationPolygon; 
public function AddPolygonAnnot( 
   BorderColor : int,
   BackColor : int,
   Points : PointF[]
) : AnnotationPolygon;
public: AnnotationPolygon* AddPolygonAnnot( 
   int BorderColor,
   int BackColor,
   PointF[]* Points
) 
public:
AnnotationPolygon^ AddPolygonAnnot( 
   int BorderColor,
   int BackColor,
   array<PointF>^ Points
) 

Parameters

BorderColor
BackColor
Points
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager
AnnotationManager Members
Overload List